home *** CD-ROM | disk | FTP | other *** search
- if(0 < eval("/Variables:ScrollMail"))
- {
- if(getProperty("../MailEnsemble", _Y) < getProperty("../MailHaut", _Y) - eval("/Variables:ScrollMail"))
- {
- setProperty("../MailEnsemble", _Y, getProperty("../MailEnsemble", _Y) + eval("/Variables:ScrollMail"));
- }
- else
- {
- setProperty("../MailEnsemble", _Y, getProperty("../MailHaut", _Y));
- tellTarget("../../RoueScroll")
- {
- gotoAndStop(1);
- }
- }
- }
- if(eval("/Variables:ScrollMail") < 0)
- {
- if(getProperty("../MailBas", _Y) + eval("/Variables:ScrollMail") < getProperty("../MailEnsemble", _Y) + getProperty("../MailEnsemble", _height))
- {
- setProperty("../MailEnsemble", _Y, getProperty("../MailEnsemble", _Y) + eval("/Variables:ScrollMail"));
- }
- else
- {
- tellTarget("../../RoueScroll")
- {
- gotoAndStop(1);
- }
- }
- }
- prevFrame();
- play();
-